Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellMatrix<T> Class / IsAvailable Method / IsAvailable() Method


In This Topic
    IsAvailable() Method
    In This Topic
    Gets a boolean value indicating whether there is at least one item.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsAvailable() As Boolean
    'Usage
     
    
    Dim instance As CellMatrix(Of T)
    Dim value As Boolean
     
    value = instance.IsAvailable()
    public bool IsAvailable()
    See Also